POV-Ray : Newsgroups : povray.beta-test : Spline: Cannot copy identifier : Re: Spline: Cannot copy identifier Server Time
30 Jul 2024 18:17:45 EDT (-0400)
  Re: Spline: Cannot copy identifier  
From: Mark Wagner
Date: 11 Oct 2001 00:05:00
Message: <3bc51a6c@news.povray.org>
ingo wrote in message ...
>#declare A=Spl(0.3);


Try

#declare A = 0+Spl(0.3);

This tells the parser you are trying to declare a float or vector, rather
than trying to copy a spline.  I don't know why you get the particular error
message you do; my development version gives "Expected: RValue to declare".

--
Mark


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.